home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 24 / PCGamer24_23Demos.iso / WarZone 2100 / data1.cab / Program_Executable_Files / script / data / cam3day.vlo < prev    next >
Text File  |  1998-10-21  |  318b  |  19 lines

  1. // cam3day.vlo
  2. // Weather and day/night VLO for Cam2
  3. // set daytime
  4.  
  5. script "cam3daynight.slo"
  6. run
  7. {
  8. //daytime colour for fog ROCKIES
  9. Rstart        int    182 
  10. Gstart        int    225
  11. Bstart        int    236
  12.  
  13. //night time colour for fog
  14. Rend        int    182
  15. Gend        int    225
  16. Bend        int    236
  17.  
  18. Steps        int    1    //number of seconds for change
  19. }